home *** CD-ROM | disk | FTP | other *** search
/ Merciful 4 / Merciful - Disc 4.iso / ppaintcd.guide (.txt) < prev    next >
Amigaguide Document  |  1996-11-07  |  2KB  |  50 lines

  1. .k ""
  2. .bra {
  3. .ket }
  4. ; ***  If you did a "drag and drop" to read an AmigaGuide  ***
  5. ; ***  document, and this text appeared instead, you may   ***
  6. ; ***  want to install the Script DataType by Cloanto.     ***
  7. Assign >NIL: PPaintCD: EXISTS
  8. If WARN
  9.   Assign >NIL: PPaintCD: ""
  10. EndIf
  11. Failat 21
  12. If NOT EXISTS ENV:Language
  13.   SetEnv Language english
  14. EndIf
  15. If $Language EQ "deutsch"
  16.   If EXISTS SYS:Utilities/MultiView
  17.     Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: PPaintCD:H/7/1/4/OO00
  18.   Else
  19.     Which >NIL: MultiView
  20.     If WARN
  21.       If EXISTS SYS:Utilities/AmigaGuide
  22.         Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: PPaintCD:H/7/1/4/OO00
  23.       Else
  24.         Run >NIL: <NIL: PPaintCD:H/2/AG34 >NIL: <NIL: PPaintCD:H/7/1/4/OO00
  25.       EndIf
  26.     Else
  27.       Run >NIL: <NIL: MultiView >NIL: <NIL: PPaintCD:H/7/1/4/OO00
  28.     EndIf
  29.   EndIf
  30.   If EXISTS SYS:Utilities/MultiView
  31.     Run >NIL: <NIL: SYS:Utilities/MultiView >NIL: <NIL: PPaintCD:H/7/0/4/OO00
  32.   Else
  33.     Which >NIL: MultiView
  34.     If WARN
  35.       If EXISTS SYS:Utilities/AmigaGuide
  36.         Run >NIL: <NIL: SYS:Utilities/AmigaGuide >NIL: <NIL: PPaintCD:H/7/0/4/OO00
  37.       Else
  38.         Run >NIL: <NIL: PPaintCD:H/2/AG34 >NIL: <NIL: PPaintCD:H/7/0/4/OO00
  39.       EndIf
  40.     Else
  41.       Run >NIL: <NIL: MultiView >NIL: <NIL: PPaintCD:H/7/0/4/OO00
  42.     EndIf
  43.   EndIf
  44. EndIf
  45. ; Cloanto 
  46.  CD-ROM Configuration Scripts
  47. ; Copyright 
  48.  1995, 1996 Cloanto Italia srl - All Rights Reserved
  49. ; Cloanto is a registered trademark of Cloanto Italia srl
  50.